Method: Arel::Math#>>

Defined in:
activerecord/lib/arel/math.rb

#>>(other) ⇒ Object



37
38
39
# File 'activerecord/lib/arel/math.rb', line 37

def >>(other)
  Arel::Nodes::Grouping.new(Arel::Nodes::BitwiseShiftRight.new(self, other))
end